public function getRandomPost() { $post = Post::inRandomOrder()->first(); return redirect()->route('posts.show', ["id" => $post->id]); }